http://ns.nature.com/terms/Item
The :Item class represents the state of a document after this has been added to a :Collection by someone, at a specific time, and within a specific sequence.
Instances of npg:Item can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class npg:Item | |||
npg:itemNumber | owl:DatatypeProperty | The :itemNumber property specifies the number of an item within a collection. | xsd:integer |
npg:hasSection | owl:ObjectProperty | The :hasSection property relates an item to a section component. | npg:Section |
npg:itemType | owl:ObjectProperty | The :itemType property specifies the type of an item. | owl:Thing |
From class npg:Event | |||
npg:date | owl:DatatypeProperty | The :date property specifies the full date of an event as a string. | xsd:date |
npg:year | owl:DatatypeProperty | The :date property specifies the year date of an event as a string. | xsd:gYear |
npg:yearMonth | owl:DatatypeProperty | The :date property specifies the year and month date of an event as a string. | xsd:gYearMonth |
From class owl:Thing | |||
npg:baseUriTemplate | owl:DatatypeProperty | The :baseUriTemplate property specifies a string template for an asset base URI. | rdfs:Literal |
npg:class | owl:AnnotationProperty | The :class property specifies the class a domain model refers to. | owl:Thing |
npg:count | owl:ObjectProperty | The :count property specifies a map which records the number of instances of an entity. | owl:Thing |
npg:datetime | owl:AnnotationProperty | The :datetime property specifies a system-generated datetime for an entity. | owl:Thing |
npg:example | owl:AnnotationProperty | The :example property specifies an example of an entity. | owl:Thing |
npg:graph | owl:AnnotationProperty | The :graph property specifies the full URI of any graph. | owl:Thing |
npg:hasBlog | owl:ObjectProperty | The :hasBlog property relates a serial to a blog associated with it. | npg:Blog |
npg:hasGraph | owl:ObjectProperty | The :hasGraph property relates an entity to the RDF named graph associated with it. | npg:Graph |
npg:hasJournal | owl:ObjectProperty | The :hasJournal property relates a publication to a journal. | npg:Journal |
npg:hash | owl:DatatypeProperty | The :hash property specifies a hash value over an entity URI used as a data integrity check. | rdfs:Literal |
npg:id | owl:DatatypeProperty | The :id property provides a unique ID for a thing. | rdfs:Literal |
npg:idHash | owl:DatatypeProperty | The :idHash property specifies a string hash value for an ID. | rdfs:Literal |
npg:isNamedResource | owl:AnnotationProperty | The :isNamedResource property marks whether an object resource is named or is unnamed (i.e. a blank node). | owl:Thing |
npg:isRepeatable | owl:AnnotationProperty | The :isRepeatable property marks whether a property can be repeated. | owl:Thing |
npg:isTestInstance | owl:DatatypeProperty | The :isTestInstance property marks whether a resource is to be used for test purposes only. | xsd:boolean |
npg:isVocabulary | owl:AnnotationProperty | The :isVocabulary property marks whether a class is used for a controlled vocabulary. | owl:Thing |
npg:status | owl:DatatypeProperty | The :status property specifies a status string for an ontology term. | rdfs:Literal |
npg:test | owl:DatatypeProperty | The :test property specifies a general string test property. | owl:Thing |
npg:timestamp | owl:DatatypeProperty | The :timestamp property specifies a generic timestamp for an object. | rdfs:Literal |
npg:type | owl:AnnotationProperty | The :type property specifies the local name of the graph namespace used for instances of a class. | owl:Thing |
npg:xmlId | owl:DatatypeProperty | The :xmlId property specifies an ID assigned to an XML element. | rdfs:Literal |
@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
npg:Item a owl:Class ;
rdfs:isDefinedBy npg: ;
rdfs:subClassOf npg:AggregationEvent ;
skos:definition "The :Item class represents the state of a document after this has been added to a :Collection by someone, at a specific time, and within a specific sequence."@en ;
skos:prefLabel "Item"@en .