ns1:oldCode leaf node


URI

http://scigraph.springernature.com/ontologies/core/oldCode

Label

Property: old code

Description

The :oldCode property specifies a number or string previously used by the domain ontologies as an ID for an entity.

Usage

DOMAINPROPERTYRANGE
ns1:Concept ns1:oldCode xsd:string

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns1:oldCode a owl:DatatypeProperty ;
    rdfs:label "Property: old code"@en ;
    rdfs:comment "The :oldCode property specifies a number or string previously used by the domain ontologies as an ID for an entity."@en ;
    rdfs:domain ns1:Concept ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range xsd:string .