Questions tagged [urn]

In computing, a Uniform Resource Name (URN) is the historical name for a Uniform Resource Identifier (URI) that uses the urn scheme. A URI is a string of characters used to identify a name of a web resource. Such identification enables interaction with representations of the web resource over a network, typically the World Wide Web, using specific protocols.

64 questions
3
votes
1 answer

urn in url for RESTful service, building url path

we are working on creating a RESTFul service, and trying to decide on the URL path format. we have urn for uniquely identify a resource throughout the organization, and we are building the Rest service to service that resource in the format the…
Eatdoku
  • 5,949
  • 13
  • 57
  • 93
3
votes
2 answers

LinkedIn Api get Posts/Shares from owner error

I want to get shares by owners from LinkedIn api. I used the following url: https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:person:{accountId} But I become this error: { "serviceErrorCode": 100, "message": "Field Value…
vDrews
  • 135
  • 12
3
votes
1 answer

How Do I get URN with OSS, Autodesk forge

I have gone through developer.autodesk.com to know more about Forge Platform and I am still looking for the way with which I can get URN of my obj file. I just need a sample code to move ahead. :)
3
votes
2 answers

Is there a URN scheme for using domain names?

is there any available hierarchical URN scheme that can use URLs or domain names as "prefixes"? Best Regrads
Stasik
  • 2,430
  • 1
  • 23
  • 40
3
votes
1 answer

URN/URI For Software Manufacturer/Product/Version

I am working on extending a current logger solution that I would like to include more information than just class, line number, log level, date, etc. I would like to also capture the host name, the manufacturer of the software that generated the…
davidemm
  • 1,899
  • 1
  • 20
  • 31
3
votes
2 answers

URI vs URL vs URN

Well there are lot of discussion, post, comments and questions over internet to differentiate URI, URL and URN. One answer on SO explain about it, but i am confused in implementation result in my code. Q : If URI is super set of URL then how come…
KAS
  • 5,132
  • 10
  • 35
  • 65
3
votes
1 answer

What is the intended way to reference a URN in RDF?

I want to model an RDF/XML statement about a publication (in namespace, say, 'myns'). I know that this publication is known under a given URN. What is the propper way to reference that URN in RDF? I can think of a number of different ways to do…
MRA
  • 2,420
  • 1
  • 13
  • 17
2
votes
2 answers

How can a URI contain a URN as well as a URL?

Are there any examples of a URI that contains both a URN and URL? http://tools.ietf.org/html/rfc3986#section-1.1.3 A URI can be further classified as a locator, a name, or both. And which would be the URI scheme then? "urn:" or a URL specific…
Roland Franssen
  • 960
  • 1
  • 10
  • 22
2
votes
3 answers

How to use Python XML findall to find ''

I'm trying to do a find all from a Word document for with namespace xmlns:v="urn:schemas-microsoft-com:vml" and I cannot figure out what on earth the syntax is. The docs only cover the very straight forward…
Grant Curell
  • 734
  • 6
  • 18
2
votes
0 answers

How to use URN URI

I know the difference between URI, URL and URN I know that URN is a URI that identifies a ressource by name in particular namespace my question is : How to use URN URI's and when ? for exple this URN : urn:isbn:9780141036144 , how can i access to…
Fakh Ri
  • 120
  • 1
  • 8
2
votes
2 answers

HL7 V3 Organization identifier to URN:OID

I need to transform an HL7 V3 Organization identifier (root+extension) to an URN. Organization id is as follows: ... As fas…
Marti Pàmies Solà
  • 453
  • 1
  • 3
  • 12
2
votes
2 answers

Problem in accessing wsdl from URL(http) from bpel

HI, I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it? Because whenever it run the process it gives me this: FATAL - GeronimoLog.fatal(116) | openResource: invalid…
bandit
  • 95
  • 1
  • 1
  • 8
2
votes
3 answers

List the sample space?

I faced this exercise that couldn't solve: An urn contains three red balls, two green balls, and one white. Three balls are drawn sequentially without replacement from the urn. Their colors are recorded. List the sample space using R. I…
2
votes
2 answers

RDF and uuid. why no urn schema?

Why this about does not contain urn:uuid:8949dbc6-31ad-11d9-9c7d-d112c21f7031 instead? Isn't the uuid a urn, and therefore required to have a urn: scheme in front of it ?
Stefano Borini
  • 125,999
  • 87
  • 277
  • 404
1
vote
1 answer

URN Filter to Ignore Emails

I am using UiPath's Get Outlook Mail Messages component to obtain emails. My only request has been to ignore any emails that are Replies, so contain "RE:" In my email filters I had tried the below: @SQL=urn:schemas:httpmail:subject NOT LIKE…
craig157
  • 123
  • 1
  • 12