npg:XmlAsset leaf node


URI

http://ns.nature.com/terms/XmlAsset

Label

Xml Asset

Description

The :XmlAsset class represents the physical rendition of a document asset in XML format.

Superclasses (2)

Usage

Instances of npg:XmlAsset can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class npg:Asset
npg:assetVersion owl:DatatypeProperty The :assetVersion property specifies the version of an :Asset associated with a :PublishEvent. rdfs:Literal
npg:fileExtension owl:DatatypeProperty The :fileExtension property specifies the extension part of the filename of an asset. rdfs:Literal
npg:filename owl:DatatypeProperty The :filename property specifies the filename of an asset. rdfs:Literal
npg:filesize owl:DatatypeProperty The :filesize property specifies an integer value for the size (in bytes) of an asset. rdfs:Literal
npg:repositoryId owl:DatatypeProperty The :repositoryId property specifies a (local) repository ID for an asset. rdfs:Literal
npg:isAssetOf owl:ObjectProperty The :isAssetOf property relates an asset to the publication it represents. npg:Publication
npg:repository owl:ObjectProperty The :repository property relates an asset to a storage repository. owl:Thing
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

Implementation

@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:XmlAsset a owl:Class ;
    rdfs:isDefinedBy npg: ;
    rdfs:subClassOf npg:Asset ;
    skos:definition "The :XmlAsset class represents the physical rendition of a document asset in XML format."@en ;
    skos:prefLabel "Xml Asset"@en .