consider using schema:domainIncludes, rangeIncludes
#541
VladimirAlexiev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In relation to OP-TED/model2owl#136:
In addition to
rdfs:domain,range
consider also usingschema:domainIncludes, rangeIncludes
.Unlike the
rdfs
props, theschema
props are polymorphic, i.e. can take multiple values.That's what we did in GS1 EPCIS, see gs1/EPCIS#222 and this example https://github.com/gs1/EPCIS/blob/master/Ontology/EPCIS.ttl#L201 that illustrates well the simplicity of schema:
Beta Was this translation helpful? Give feedback.
All reactions