sub:assertion {
rdf:type rdfs:label "is a" .
rdfs:domain rdfs:label "has its subject values from the class (domain)" .
rdfs:label rdfs:label "is read as" .
rdfs:range rdfs:label "has its object values from the class (range)" .
<
http://www.w3.org/2002/07/owl#DatatypeProperty>
rdfs:label "datatype property - a relation between an object (any entity) and a literal (a text or number)" .
<
http://www.w3.org/2002/07/owl#ObjectProperty>
rdfs:label "object property - a relation between two objects (any kinds of entities)" .
<
http://www.w3.org/2004/02/skos/core#definition>
rdfs:label "is defined as follows:" .
<
https://w3id.org/fdoc/o/terms/FdoAttribute>
rdfs:label "FDO attribute" .
<
https://w3id.org/fdof/ontology#FAIRDigitalObject>
rdfs:label "FAIR Digital Object (FDO)" .
sub:assertion dct:description "With this template an object/datatype property is defined in a way it can serve as an FDO attribute of an FDO metadata record." ;
a nt:AssertionTemplate ;
rdfs:label "Defining an object/datatype property as FDO attribute" ;
nt:hasNanopubLabelPattern "FDO attribute: ${label}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ;
nt:hasTag "FDO" .
sub:definition a nt:LongLiteralPlaceholder ;
rdfs:label "definition of the property" .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "how the property is read, e.g. 'contains' or 'is used by'" .
sub:property a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short URI suffix or full URI" .
sub:propertytype a nt:RestrictedChoicePlaceholder ;
rdfs:label "type of property (object or datatype property)" ;
nt:possibleValue <
http://www.w3.org/2002/07/owl#DatatypeProperty> , <
http://www.w3.org/2002/07/owl#ObjectProperty> .
sub:range a nt:UriPlaceholder ;
rdfs:label "URI of the range class" .
sub:st0 rdf:object <
https://w3id.org/fdoc/o/terms/FdoAttribute> ;
rdf:predicate rdf:type ;
rdf:subject sub:property .
sub:st1 rdf:object sub:propertytype ;
rdf:predicate rdf:type ;
rdf:subject sub:property .
sub:st2 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:property .
sub:st3 rdf:object sub:definition ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#definition> ;
rdf:subject sub:property .
sub:st4 rdf:object <
https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
rdf:predicate rdfs:domain ;
rdf:subject sub:property .
sub:st5 rdf:object sub:range ;
rdf:predicate rdfs:range ;
rdf:subject sub:property ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
}