Class: Publication
Any published piece of information. Can refer to a whole publication, its encompassing publication (i.e. journal or book) or to a part of a publication, if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted by NLP). The scope is intended to be general and include information published on the web, as well as printed materials, either directly or in one of the Publication Csolink category subclasses.
URI: core:Publication
classDiagram
class Publication
InformationContentEntity <|-- Publication
Publication : authors
Publication ..> string : authors
Publication : category
Publication ..> category type : category
Publication : creationDate
Publication ..> date : creationDate
Publication : description
Publication ..> narrative text : description
Publication : format
Publication ..> string : format
Publication : hasAttribute
Publication ..> Attribute : hasAttribute
Publication : id
Publication ..> string : id
Publication : iri
Publication ..> iri type : iri
Publication : keywords
Publication ..> string : keywords
Publication : lcshTerms
Publication ..> uriorcurie : lcshTerms
Publication : license
Publication ..> string : license
Publication : name
Publication ..> label type : name
Publication : pages
Publication ..> string : pages
Publication : providedBy
Publication ..> string : providedBy
Publication : rights
Publication ..> string : rights
Publication : summary
Publication ..> string : summary
Publication : type
Publication ..> string : type
Publication : xref
Publication ..> uriorcurie : xref
Inheritance
- Entity
- NamedThing
- InformationContentEntity
- Publication
- InformationContentEntity
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
authors | 0..* xsd:string |
Connects an publication to the list of authors who contributed to the publica... | direct |
pages | 0..* xsd:string |
Page number of source referenced for statement or publication | direct |
summary | 0..1 xsd:string |
executive summary of a publication | direct |
keywords | 0..* xsd:string |
keywords tagging a publication | direct |
lcshTerms | 0..* xsd:anyURI |
Library of Congress Subject Headings (LCSH) terms tagging a publication | direct |
xref | 0..* xsd:anyURI |
Alternate CURIEs for a thing | direct |
license | 0..1 xsd:string |
InformationContentEntity | |
rights | 0..1 xsd:string |
InformationContentEntity | |
format | 0..1 xsd:string |
InformationContentEntity | |
creationDate | 0..1 xsd:date |
date on which an entity was created | InformationContentEntity |
providedBy | 0..* xsd:string |
The value in this nodeProperty represents the knowledge provider that created... | NamedThing |
id | 1..1 xsd:string |
A unique identifier for an entity | Entity |
iri | 0..1 IriType |
An IRI for an entity | Entity |
category | 1..* CategoryType |
Name of the high level OntologyClass in which this entity is categorized | Entity |
type | 0..1 xsd:string |
Anchoring point (of a name) in taxonomy | Entity |
name | 0..1 LabelType |
A human-readable name for an attribute or entity | Entity |
description | 0..1 NarrativeText |
a human-readable description of an entity | Entity |
hasAttribute | 0..* Attribute |
connects any entity to an attribute | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
PodmanContainer | volume | domain | Publication |
PodmanPod | volume | domain | Publication |
Publication | authors | domain | Publication |
Publication | pages | domain | Publication |
Publication | summary | domain | Publication |
Publication | keywords | domain | Publication |
Publication | lcshTerms | domain | Publication |
Association | publications | range | Publication |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ucs-core
Mappings
Mapping Type | Mapped Value |
---|---|
self | core:Publication |
native | core:Publication |
LinkML Source
Direct
name: Publication
description: Any published piece of information. Can refer to a whole publication,
its encompassing publication (i.e. journal or book) or to a part of a publication,
if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted
by NLP). The scope is intended to be general and include information published on
the web, as well as printed materials, either directly or in one of the Publication
Csolink category subclasses.
from_schema: https://w3id.org/lmodel/ucs-core
is_a: InformationContentEntity
slots:
- authors
- pages
- summary
- keywords
- lcshTerms
- xref
Induced
name: Publication
description: Any published piece of information. Can refer to a whole publication,
its encompassing publication (i.e. journal or book) or to a part of a publication,
if of significant knowledge scope (e.g. a figure, figure legend, or section highlighted
by NLP). The scope is intended to be general and include information published on
the web, as well as printed materials, either directly or in one of the Publication
Csolink category subclasses.
from_schema: https://w3id.org/lmodel/ucs-core
is_a: InformationContentEntity
attributes:
authors:
name: authors
description: Connects an publication to the list of authors who contributed to
the publication. This property should be a comma-delimited list of author names.
It is recommended that an author's name be formatted as "surname, firstname
initial.".
from_schema: https://w3id.org/lmodel/ucs-core
is_a: nodeProperty
singular_name: author
domain: Publication
multivalued: true
alias: authors
owner: Publication
domain_of:
- Publication
range: string
pages:
name: pages
description: Page number of source referenced for statement or publication
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- wikidata.property:P304
narrow_mappings:
- sumo:Page
is_a: nodeProperty
domain: Publication
multivalued: true
alias: pages
owner: Publication
domain_of:
- Publication
range: string
summary:
name: summary
description: executive summary of a publication
from_schema: https://w3id.org/lmodel/ucs-core
aliases:
- abstract
exact_mappings:
- dcterms:abstract
- sumo:Summary
- wikidata:Q333291
is_a: nodeProperty
domain: Publication
alias: summary
owner: Publication
domain_of:
- Publication
range: string
keywords:
name: keywords
description: keywords tagging a publication
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- schema:keywords
is_a: nodeProperty
domain: Publication
multivalued: true
alias: keywords
owner: Publication
domain_of:
- Publication
range: string
lcshTerms:
name: lcshTerms
description: Library of Congress Subject Headings (LCSH) terms tagging a publication
from_schema: https://w3id.org/lmodel/ucs-core
is_a: nodeProperty
values_from:
- LCSH
domain: Publication
multivalued: true
alias: lcshTerms
owner: Publication
domain_of:
- Publication
range: uriorcurie
xref:
name: xref
description: Alternate CURIEs for a thing
from_schema: https://w3id.org/lmodel/ucs-core
aliases:
- dbxref
- Dbxref
- DbXref
exact_mappings:
- wikidata:Q1302249
narrow_mappings:
- dcterms:identificationReferences
- gr:relatedWebService
- NCIT:hasDbXref
broad_mappings:
- uco-core:ExternalReference
is_a: nodeProperty
domain: NamedThing
multivalued: true
alias: xref
owner: Publication
domain_of:
- NamedThing
- Publication
range: uriorcurie
license:
name: license
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- dcterms:license
- gr:License
- schema:license
- sumo:License
narrow_mappings:
- sumo:LicenseAgreement
- wikidata.property:P275
- wikidata:Q7603
- wikidata.property:Q334661
- wikidata.property:Q192897
- wikidata.property:Q284742
- wikidata.property:Q13785927
- wikidata.property:Q3238057
is_a: nodeProperty
domain: InformationContentEntity
alias: license
owner: Publication
domain_of:
- InformationContentEntity
range: string
rights:
name: rights
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- dcterms:rights
- wikidata:Q780687
narrow_mappings:
- CSO:access_rights
- CSO:cyber_rights
is_a: nodeProperty
domain: InformationContentEntity
alias: rights
owner: Publication
domain_of:
- InformationContentEntity
range: string
format:
name: format
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- dcterms:format
- NCIT:C42761
- sumo:format
- SWO:0004002
narrow_mappings:
- CSO:storage_formats
- REPR:ImageFormat
- schema:fileFormat
- wikidata.property:P2701
- wikidata:Q935809
is_a: nodeProperty
domain: InformationContentEntity
slot_uri: uco-observable:format
alias: format
owner: Publication
domain_of:
- PodmanImage
- PodmanSave
- InformationContentEntity
range: string
creationDate:
name: creationDate
description: date on which an entity was created. This can be applied to nodes
or edges
from_schema: https://w3id.org/lmodel/ucs-core
aliases:
- publicationDate
exact_mappings:
- dcterms:createdOn
- schema:dateCreated
- dwc:dateIdentified
- schema:datePublished
- sumo:dateEstablished
- wikidata.property:P577
narrow_mappings:
- dwc:eventDate
- dwc:verbatimEventDate
- dwc:relationshipEstablishedDate
broad_mappings:
- sumo:date
is_a: nodeProperty
domain: NamedThing
slot_uri: uco-observable:creationDate
alias: creationDate
owner: Publication
domain_of:
- InformationContentEntity
range: date
providedBy:
name: providedBy
description: The value in this nodeProperty represents the knowledge provider
that created or assembled the node and all of its attributes. Used internally
to represent how a particular node made its way into a knowledge provider or
graph.
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- pav:providedBy
- wikidata:Q68974939
is_a: nodeProperty
domain: NamedThing
multivalued: true
alias: providedBy
owner: Publication
domain_of:
- NamedThing
range: string
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- dcterms:identifier
- edam.data:0842
- EFO:id
- REPR:id
- schema:identifier
- SIO:000115
- sumo:Identifier
- uco-types:identifier
narrow_mappings:
- dcterms:eventID
- dcterms:parentEventID
- dcterms:identificationID
- dcterms:systemID
- CSO:bicm-id
- SIO:000672
- SIO:000674
- NCIT:C94069
- REPR:doi
- SIO:000328
- SIO:000729
- schema:productID
- schema:taxID
- sumo:AccountID
- sumo:AlphaIDString
- sumo:AlphaNumericIDString
- sumo:AgentID
- sumo:CountryID
- sumo:CustomerID
- sumo:currencyCode
- sumo:DistrictID
- sumo:EmployeeID
- sumo:IsoCode
- sumo:LocalizablePlaceID
- sumo:userIDString
- sumo:urlString
- sumo:UniformResourceLocator
- wikidata.property:P3743
broad_mappings:
- CSO:catalogue_identifiers
- IAO:0000603
- IAO:0000119
- sumo:identityElement
domain: Entity
identifier: true
alias: id
owner: Publication
domain_of:
- Entity
range: string
required: true
iri:
name: iri
description: An IRI for an entity. This is determined by the id using expansion
rules.
comments:
- see also https://url.spec.whatwg.org/#goals
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- rr:IRI
- wikidata.property:P854
- wikidata:Q424583
- XAPI:IRI
close_mappings:
- NCIT:C165071
- sumo:UniformResourceLocator
- uco-observable:url
related_mappings:
- dcterms:usewithiri
narrow_mappings:
- RO:0002617
alias: iri
owner: Publication
domain_of:
- Attribute
- Entity
range: iri type
category:
name: category
description: "Name of the high level OntologyClass in which this entity is categorized.\
\ Corresponds to the label for the base entity type class.\n * In a neo4j database\
\ this MAY correspond to the neo4j label tag.\n * In an RDF database it should\
\ be a universal model class URI.\nThis field is multi-valued. It should include\
\ values for ancestors of the universal class.\nIn an RDF database, nodes will\
\ typically have an rdf:type triples. This can be to the most specific base\
\ class, or potentially to a class more specific than something in base."
from_schema: https://w3id.org/lmodel/ucs-core
is_a: type
domain: Entity
multivalued: true
designates_type: true
alias: category
owner: Publication
domain_of:
- Entity
is_class_field: true
range: category type
required: true
pattern: ^ucs-core:[A-Z][A-Za-z]+$
type:
name: type
description: Anchoring point (of a name) in taxonomy
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- dcterms:type
- IAO:0000219
- NCIT:C25284
- schema:type
- SWO:type
- sumo:Class
- wikidata:Q21146257
- wikidata.property:P427
narrow_mappings:
- ctrl:DataType
- ctrl:SemanticType
- dcterms:measurementType
- GR:typeOfGood
- IAO:0000411
- sumo:hardwareType
- wikidata:Q190087
broad_mappings:
- SIO:000011
- RO:0002473
- IAO:0006011
slot_uri: rdf:type
alias: type
owner: Publication
domain_of:
- Entity
range: string
name:
name: name
description: A human-readable name for an attribute or entity.
from_schema: https://w3id.org/lmodel/ucs-core
aliases:
- label
- display name
- title
exact_mappings:
- CSO:named_entity
- gr:name
- OM:name
- REPR:name
- schema:name
broad_mappings:
- CSO:named_entity
slot_uri: rdfs:label
alias: name
owner: Publication
domain_of:
- PodmanContainer
- PodmanGenerateSystemd
- PodmanImage
- PodmanNetwork
- PodmanPod
- PodmanSecret
- PodmanVolume
- Attribute
- Entity
range: label type
description:
name: description
description: a human-readable description of an entity
from_schema: https://w3id.org/lmodel/ucs-core
aliases:
- definition
exact_mappings:
- dcterms:description
- IAO:0000115
- schema:description
- skos:definitions
- sumo:NarrativeText
- wikidata:Q1200750
close_mappings:
- sumo:Descriptor
narrow_mappings:
- csrc:architecture_description
- CSO:architecture_description
- CSO:concept_description
- CSO:shape_description
- OM:longcomment
slot_uri: dcterms:description
alias: description
owner: Publication
domain_of:
- Entity
range: narrative text
hasAttribute:
name: hasAttribute
description: connects any entity to an attribute
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- aml:hasAttribute
- ctrl:hasParameter
- ssn:hasProperty
- SIO:000008
close_mappings:
- sumo:hasVariable
- sumo:property
narrow_mappings:
- aml:hasAttributeName
- aml:hasDescription
- aml:hasICID
- aml:hasName
- aml:hasProject
- aml:hasUnit
- aml:hasSchemaVersion
- aml:hasVersionSUC
- aml:hasWriterVersion
- schema:hasPart
- CDAO:has_Character
- CDAO:has_Root
- CDAO:has_First_Coordinate_Item
- CDAO:has_Coordinate
- CDAO:has_Change_Component
- CDAO:has_Datum
- CDAO:has_Node
- CDAO:has_Annotation
- CDAO:has_Remaining_Coordinate_List
- CDAO:has_State
- CDAO:has_Element
- ctrl:hasApplicationLogic
- ctrl:hasInput
- ctrl:hasMedium
- ctrl:hasOutput
- ctrl:isConnectedTo
- ctrl:isSupervisedBy
- dcterms:hasPart
- dcterms:hasFormat
- dcterms:hasVersion
- EFO:is_executed_in
- EFO:0006351
- geolink:hasAuthoritativeDigitalRepository
- geolink:hasRelatedSample
- geolink:hasAffiliation
- geolink:hasAuthor
- geolink:hasCollector
- geolink:hasContact
- geolink:hasContributor
- geolink:hasCollectionEndDate
- geolink:hasCollectionStartDate
- geolink:hasCreator
- geolink:hasDataset
- geolink:hasEditor
- geolink:hasEducator
- geolink:hasFirstAppearance
- geolink:hasIdentifierScheme
- geolink:hasObserver
- geolink:hasObservationArea
- geolink:hasOwner
- geolink:hasParticipant
- geolink:hasParticipationEndTime
- geolink:hasParticipationStartTime
- geolink:hasPart
- geolink:hasPublicationDate
- geolink:hasRegistrationDate
- geolink:hasStartDate
- geolink:hasRepository
- geolink:hasRightsHolder
- geolink:hasScheduler
- geolink:hasTimeStamp
- geolink:hasVendor
- gr:hasBusinessFunction
- gr:hasBrand
- gr:hasCurrency
- gr:hasEligibleQuantity
- gr:hasGlobalLocationNumber
- gr:hasInventoryLevel
- gr:hasManufacturer
- gr:hasMakeAndModel
- gr:hasNext
- gr:hasPrevious
- gr:hasUnitOfMeasurement
- gr:hasValue
- IAO:0000039
- IAO:0000407
- LOINC:has_action_guidance
- LOINC:has_adjustment
- LOINC:has_aggregation_view
- LOINC:has_approach_guidance
- LOINC:has_divisor
- LOINC:has_exam
- LOINC:has_method
- LOINC:has_modality_subtype
- LOINC:has_object_guidance
- LOINC:has_scale
- LOINC:has_suffix
- LOINC:has_time_aspect
- LOINC:has_time_modifier
- LOINC:has_timing_of
- NCIT:is_qualified_by
- NCIT:qualifier_applies_to
- NCIT:has_data_element
- NCIT:role_has_domain
- NCIT:role_has_range
- NCIT:C62618
- om:hasPhenomenon
- RO:0002002
- RO:0000053
- RO:0000086
- RO:0000087
- RO:0002520
- RO:0002018
- RO:0002017
- RO:0002013
- RO:0002016
- RO:0002025
- RO:0002521
- RO:0002348
- RO:0002566
- RO:0002002
- RO:0002338
- RO:0002339
- RO:0002573
- RO:0009004
- SAN:hasActuatingCapability
- SAN:hasActuatingProperty
- SAN:hasDateTime
- SAN:hasEffect
- SAN:hasWriter
- SIO:000011
- SIO:000586
- SIO:001277
- SIO:000671
- SIO:000312
- SIO:000552
- SIO:000420
- SIO:000253
- SIO:000132
- SIO:000255
- SIO:000008
- SIO:000364
- SIO:000230
- SIO:000235
- SIO:000234
- SIO:000228
- SIO:000229
- SIO:000900
- SIO:000905
- SIO:000221
- SIO:000225
- SIO:000223
- SIO:000217
- SIO:000291
- SIO:000054
- SIO:000059
- SIO:000028
- SIO:000139
- SIO:000772
- SIO:000641
- SIO:000635
- SIO:000066
- SIO:001279
- SIO:000300
- SIO:001278
- SIO:000680
- SIO:000681
- SIO:000679
- SIO:000673
- SIO:000369
- SIO:000053
- SIO:000972
- SIO:000971
- SIO:000273
- SIO:000644
- SIO:000974
- SIO:000553
- SIO:000145
- SWO:0004000
- sosa:hasFeatureOfInterest
- sosa:hasSample
- ssn:hasSubSystem
- ssn:isProxyFor
- ssn-system:hasSystemCapability
- ssn-system:hasSystemProperty
- ssn-system:hasOperatingRange
- ssn-system:hasOperatingProperty
- ssn-system:hasSurvivalRange
- ssn-system:hasSurvivalProperty
- ssn-system:inCondition
- sumo:hasAcrossVariable
- sumo:hasAccount
- sumo:hasAward
- sumo:hasDependency
- sumo:hasDimension
- sumo:hasExpertise
- sumo:hasGUEState
- sumo:hasOccupation
- sumo:hasPurpose
- sumo:hasPurposeForAgent
- sumo:hasSkill
- sumo:hasThroughVariable
- sumo:hasUniform
- sumo:hasVariable
- sumo:holdsRight
- SWO:9001002
- SWO:0004001
- SWO:9000067
- SWO:0004002
- SWO:0000087
- SWO:0000086
- SWO:0004004
- SWO:0000741
- SWO:0004002
- SWO:3000054
- SWO:0004000
domain: Entity
multivalued: true
alias: hasAttribute
owner: Publication
domain_of:
- Entity
range: Attribute