ns1:abstractTranslated leaf node


URI

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

Label

Property: abstract translated

Description

The :abstractTranslated property specifies the abstract for a publication as a language-tagged string.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ns1:abstractTranslated rdf:langString

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:abstractTranslated a owl:DatatypeProperty ;
    rdfs:label "Property: abstract translated"@en ;
    rdfs:comment "The :abstractTranslated property specifies the abstract for a publication as a language-tagged string."@en ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range rdf:langString .